projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cc46e0
)
(init_keyboard): Initialize interrupt_input_blocked and
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:28 +0000
(17:58 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 8 Jan 2007 17:58:28 +0000
(17:58 +0000)
interrupt_input_pending.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 5e2a8171ff33f7d984ff52b52db9f3b4c3f6d9e9..f8f751161c44e0859db94cf7e10e72e210ae6aee 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-11020,6
+11020,8
@@
init_keyboard ()
do_mouse_tracking = Qnil;
#endif
input_pending = 0;
+ interrupt_input_blocked = 0;
+ interrupt_input_pending = 0;
/* This means that command_loop_1 won't try to select anything the first
time through. */